:root {
  --blue-dark: #1c5c7c;
  --gray: #4c4c4c;
  --blue-vivid: #045cac;
  --blue-medium: #245c7c;
  --blue-deep: #1c548c;
  --sky-blue: #7cc1e4;
  --pale-blue: #b0dcef;
  --lightest-blue: #ecf4f9;
  --dark-night-blue: #16202a;
}

.gridjs-table {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.small-select {
    width: 40vh; 
}

#chart {
    width: 100%;
    height: 90%;
    margin: 35px auto;
    margin-right: 250px;
  }

.right{
    overflow-y: auto;
    height: 80vh;
}
.left{
  margin-left: 15px; background :rgba(101,142,162,0.65); border-radius: 5px; display: flex; flex-direction: column;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    z-index: 10;
    background:#eeeeee; 
}
.container-fluid{
    height:80vh;
}
.top{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}
.topText{
    text-align: center; 
    margin-top: 20px; 
}

.button {
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #1f6f78;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}


.btnCSV{
  background-color: #5AA3AC !important;
  float:left;
  width: 17.1%;
  font-size: 14px !important;
  margin-top: 10px;
  display:none;
}
.button:hover {
  background-color: #1F5C78;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); 
}

.spinner-border {
  animation-duration: 1s;
}
tr:nth-of-type(even) td {
  background: #fff;
}

tr:nth-of-type(odd) td {
  background: #e3e3e3;

}

@media (max-width: 768px) {
  .top img {
    margin-inline-start: calc(4.2rem + 2vw);
    max-width: 22vh;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
}

#nav-chart {
  /* width: 76%; */
  width: 115vh; 
  margin: auto; 
}


.mobile-text {
  display: none;
}
.desktop-text{
  font-size: 14px;
   margin-left: 15px;
}


@media (max-width: 768px) {
  .desktop-text {
    display: none;
  }
  .mobile-text {
    display: inline;
    text-align: center;
    font-size: calc(0.75rem + 0.5vw);
  }
  footer {
    height: 5vh;
    background:#eeeeee; 
    z-index: 10;
}
  .right{
    margin-top: 15px !important;
  }
  .left{
    margin-left: 40px !important;
  }

  .btnCSV {
    width: 62.1%;
  }
}
